home *** CD-ROM | disk | FTP | other *** search
- Subject: Bug in FW_WindowtoScreen()?
- Sent: 6/22/96 10:58 AM
- Received: 6/24/96 8:24 AM
- From: Arni McKinley, motion@nbn.com
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- Team,
-
- In FW_WindowtoScreen() in SLWindow.cpp, an FW_ASSERT requires that the
- parameter nbPoint be greater than 1.
-
- Yet down in the body of the code a conditional statement checks nbPoint in
- the case that it is 1 and acts accordingly. In fact this is the code I
- would like to have executed, but the ASSERT prevents that from happening.
-
- Same with FW_ScreenToWindow().
-
- Bug? or is this call to be made only when nbPoint > 1. If the latter why is
- the conditional statement there?
-
- Arni
-
-